body {
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    color: antiquewhite;
    margin: 0;
    padding: 0;
    background-color:rgb(3, 3, 3);
}
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}
  
header {
    background-color: #006400    ;
    color: #f5f5f5;
    text-align: center;
    padding: 20px 0;
}
nav ul {
    list-style: none;
    text-align: center;
}

nav ul li {
    display: inline;
    margin: 0 20px;
}

nav ul li a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}

.h1 {
    background-color:darkolivegreen;
    color: #006400;
    text-align: center;
    padding: 20px;
}

.p {
    color: rgb(157, 148, 136);
}

.logo-container{
    text-align: left(0,1,1);
    margin-bottom: 10px;
}

.logo-container img {
    max-width: 100px;
    height: 80px;
}

main {
    padding: 20px;
}
.clickable-image {
    text-align: center;
    margin-bottom: 5px;
}

.clickable-image img {
    max-width: 60%;
    height: 150px;
}

section {
    margin-bottom: 20px;
}

h2 {
    color: #006400;
}

.image-gallery img {
    max-width: 50%;
    height: 180px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.video-gallery {
    display: flex;
    flex-wrap: wrap;
}

.video-gallery video {
    max-width: 50%;
    margin-right: 10px;
    margin-bottom: 10px;
}

.social-icons {
    margin-top: 20px;
}
  
.social-icons a {
    display: inline-block;
    margin-right: 10px;
}
  
.social-icons img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
  
  
footer {
    background-color: #006400;
    color: #f5f5f5;
    text-align: center;
    padding: 10px 0;
} 
